flip-toolkit
Advanced tools
Comparing version 0.0.0 to 6.6.8
{ | ||
"name": "flip-toolkit", | ||
"version": "0.0.0", | ||
"version": "6.6.8", | ||
"description": "Configurable FLIP animation helpers", | ||
"license": "MIT", | ||
"source": "src/index.ts", | ||
"source": "index.ts", | ||
"main": "dist/index.js", | ||
@@ -11,3 +11,2 @@ "umd:main": "dist/index.umd.js", | ||
"types": "dist/index.d.ts", | ||
"amdName": "FlipToolkit", | ||
"repository": { | ||
@@ -30,11 +29,10 @@ "type": "git", | ||
"scripts": { | ||
"demo": "parcel --no-cache demo/src/index.html", | ||
"deploy-demo": "parcel build demo/src/index.html --out-dir demo/dist; cp demo/dist/index.html demo/dist/200.html; surge demo/dist --domain react-flip-toolkit-demos.surge.sh", | ||
"start": "parcel 'core-test/index.html' --out-dir build", | ||
"test": "jest", | ||
"test:watch": "react-scripts-ts test --env=jsdom", | ||
"build": "microbundle --name=FlipToolkit --globals rematrix=Rematrix", | ||
"start": "yarn run demo", | ||
"check-types": "tsc --noEmit", | ||
"prepare": "yarn run build", | ||
"predeploy": "cd example && yarn install && yarn run build", | ||
"inspect": "npx source-map-explorer umd/react-flip-toolkit.min.*", | ||
"inspect": "npx source-map-explorer dist/index.es.*", | ||
"lint": "eslint src/**/*.ts", | ||
@@ -44,6 +42,4 @@ "format": "prettier --write 'src/**/*.{ts,tsx}", | ||
"fix": "eslint src/**/*.ts --fix", | ||
"test:dom": "parcel mocha/testrunner.html", | ||
"test": "jest", | ||
"test:dom": "parcel mocha/testrunner.html --out-dir build", | ||
"test:all": "npm-run-all test test:dom", | ||
"test:core": "parcel 'src/__tests__/core-test/index.html'", | ||
"preversion": "npm test", | ||
@@ -65,3 +61,2 @@ "postpublish": "git push origin master; git push origin --tags", | ||
"@types/jest": "^24.0.15", | ||
"@typescript-eslint/eslint-plugin": "^1.10.2", | ||
@@ -82,3 +77,3 @@ "@typescript-eslint/parser": "^1.10.2", | ||
"prettier": "1.18.2", | ||
"regenerator-runtime": "^0.13.2", | ||
"regenerator-runtime": "^0.13.2", | ||
"sinon": "^7.3.2", | ||
@@ -89,9 +84,9 @@ "ts-jest": "^24.0.2", | ||
"files": [ | ||
"dist", | ||
"core", | ||
"es" | ||
"dist" | ||
], | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"IE 11" | ||
] | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
353762
35
659
3