@squareup/data-api.js-core 0.0.1-security → 7.21.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of @squareup/data-api.js-core might be problematic. Click here for more details.

package/README.md CHANGED
@@ -1,5 +1,15 @@
1
- # Security holding package
1
+ # @squareup/data-api.js-core
2
2
 
3
- This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
3
+ ## Features
4
4
 
5
- Please refer to www.npmjs.com/advisories?search=%40squareup%2Fdata-api.js-core for more information.
5
+ - ES6 syntax, managed with Prettier + Eslint and Stylelint
6
+ - Unit testing via Jest
7
+ - ESM
8
+
9
+ ## Install
10
+
11
+ ```sh
12
+ yarn add @squareup/data-api.js-core
13
+ // or
14
+ npm i @squareup/data-api.js-core
15
+ ```