streaksheet
Advanced tools
Comparing version 0.9.13 to 0.10.0
{ | ||
"name": "streaksheet", | ||
"version": "0.9.13", | ||
"version": "0.10.0", | ||
"author": "Chris Cowan <agentme49@gmail.com>", | ||
"license": "MIT", | ||
"main": "build/src/index.js", | ||
"main": "dist/src/index.js", | ||
"module": "dist/index.module.js", | ||
"exports": "./dist/index.modern.js", | ||
"types": "dist/src/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prepare": "rimraf build && babel -s true -d build/src/ src/ -x .ts,.tsx --ignore '**/*.test.ts' --ignore '**/*.test.tsx' && tsc", | ||
"example-watch": "parcel example/index.html", | ||
"example-build": "parcel build example/index.html --public-url .", | ||
"test": "yarn run lint && jest && tsc --noEmit --emitDeclarationOnly false", | ||
"build": "microbundle -f modern,esm,cjs --jsx React.createElement src/index.tsx", | ||
"prepare": "rimraf dist && yarn build", | ||
"example-watch": "yarn workspace example parcel serve .", | ||
"example-build": "yarn workspace example parcel build . --public-url .", | ||
"test": "jest", | ||
"lint": "eslint . --ext ts,tsx --max-warnings 0 && prettier-check '**/*.{js,jsx,ts,tsx}'", | ||
"lint-fix": "eslint . --ext ts,tsx --fix && prettier --write '**/*.{js,jsx,ts,tsx}'" | ||
"lint-fix": "eslint . --ext ts,tsx --fix && prettier --write '**/*.{js,jsx,ts,tsx}'", | ||
"typecheck": "tsc --noEmit --emitDeclarationOnly false" | ||
}, | ||
@@ -21,13 +26,10 @@ "repository": { | ||
"files": [ | ||
"build" | ||
"dist/src" | ||
], | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/preset-react": "^7.9.4", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@testing-library/react-hooks": "^3.7.0", | ||
"@babel/core": "^7.17.9", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-react": "^7.16.7", | ||
"@babel/preset-typescript": "^7.16.7", | ||
"@testing-library/react-hooks": "^8.0.0", | ||
"@types/jest": "^25.1.2", | ||
@@ -37,3 +39,2 @@ "@types/lodash": "^4.14.149", | ||
"@types/react-dom": "^16.9.5", | ||
"@types/react-virtualized-auto-sizer": "^1.0.0", | ||
"@types/react-window": "^1.8.1", | ||
@@ -48,4 +49,4 @@ "@typescript-eslint/eslint-plugin": "^3.0.0", | ||
"jest": "^26.0.1", | ||
"microbundle": "^0.14.2", | ||
"node-abort-controller": "^1.0.4", | ||
"parcel-bundler": "^1.12.4", | ||
"prettier": "^2.0.2", | ||
@@ -58,12 +59,10 @@ "prettier-check": "^2.0.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^3.8.3" | ||
"typescript": "3.8.3" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.8.4", | ||
"@types/papaparse": "^5.2.4", | ||
"immer": "^7.0.9", | ||
"immer": "^9.0.12", | ||
"immutability-helper": "^3.1.1", | ||
"lodash": "^4.17.15", | ||
"papaparse": "^5.3.0", | ||
"react-virtualized-auto-sizer": "^1.0.2", | ||
"react-window": "1.8.6" | ||
@@ -79,3 +78,11 @@ }, | ||
} | ||
} | ||
} | ||
}, | ||
"packageManager": "yarn@3.2.0", | ||
"browserslist": [ | ||
"Chrome 86", | ||
"Safari 14" | ||
], | ||
"workspaces": [ | ||
"example" | ||
] | ||
} |
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
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
8
28
14903
3
0
2
+ Addedimmer@9.0.21(transitive)
- Removed@babel/runtime@^7.8.4
- Removedreact-virtualized-auto-sizer@^1.0.2
- Removedimmer@7.0.15(transitive)
- Removedreact-virtualized-auto-sizer@1.0.24(transitive)
Updatedimmer@^9.0.12