@arwes/tools
Advanced tools
Comparing version 1.0.0-alpha.18 to 1.0.0-next.18
{ | ||
"name": "@arwes/tools", | ||
"version": "1.0.0-alpha.18", | ||
"version": "1.0.0-next.18", | ||
"publishConfig": { | ||
@@ -25,10 +25,34 @@ "access": "public" | ||
}, | ||
"funding": "https://github.com/sponsors/romelperez", | ||
"license": "MIT", | ||
"files": [ | ||
"lib", | ||
"dist" | ||
"build" | ||
], | ||
"main": "lib/index.js", | ||
"unpkg": "dist/tools.min.js", | ||
"gitHead": "8e860dc9023aeabe1aa5570fe83f4bf91cf3b7f7" | ||
"exports": { | ||
".": { | ||
"import": "./build/esm/index.js", | ||
"require": "./build/cjs/index.js" | ||
}, | ||
"./build/": { | ||
"default": "./build/" | ||
} | ||
}, | ||
"types": "./build/esm/index.d.ts", | ||
"module": "./build/esm/index.js", | ||
"main": "./build/cjs/index.js", | ||
"unpkg": "./build/umd/umd.min.js", | ||
"peerDependencies": { | ||
"react": "^17.0.2" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.1" | ||
}, | ||
"scripts": { | ||
"build": "npm run build-esm && npm run build-cjs && npm run build-umd && npm run build-types", | ||
"build-esm": "sh ../../scripts/pkg-build-esm.sh", | ||
"build-cjs": "sh ../../scripts/pkg-build-cjs.sh", | ||
"build-umd": "sh ../../scripts/pkg-build-umd.sh", | ||
"build-types": "sh ../../scripts/pkg-build-types.sh", | ||
"dev": "sh ../../scripts/pkg-build-esm.sh --watch" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52000
53
917
2
1
1
+ Addedtslib@^2.3.1
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedtslib@2.8.1(transitive)