Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "crossani", | ||
"version": "1.0.0", | ||
"description": "A silky smooth declarative animation library for the web.", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"author": "Cain Atkinson", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"esbuild": "^0.14.38", | ||
"typescript": "^4.6.4" | ||
}, | ||
"scripts": { | ||
"build": "tsc && esbuild src/*.ts --format=cjs --outdir=dist/cjs && esbuild src/browser.ts --bundle --outfile=dist/bundle.js" | ||
} | ||
} | ||
"name": "crossani", | ||
"version": "1.0.1", | ||
"description": "A silky smooth declarative animation library for the web.", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"build": "tsc && esbuild src/*.ts --format=cjs --outdir=dist/cjs && esbuild src/browser.ts --bundle --outfile=dist/bundle.js" | ||
}, | ||
"author": "Cain Atkinson", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"esbuild": "^0.14.38", | ||
"typescript": "^4.6.4" | ||
} | ||
} |
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
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
27610
24
726