hacksaw-react
Advanced tools
Comparing version 0.6.2 to 1.0.0-beta.2
{ | ||
"name": "hacksaw-react", | ||
"main": "lib/index.js", | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"scripts": { | ||
"build": "babel src -d lib", | ||
"prepublish": "npm run build", | ||
"build": "rm -rf ./lib && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"prepublishOnly": "npm run build", | ||
"test": "jest --runInBand", | ||
"test:dev": "jest --watchAll --runInBand", | ||
"test:coverage": "jest --runInBand --coverage ; open ./coverage/lcov-report/index.html" | ||
"test:dev": "jest --watchAll --runInBand" | ||
}, | ||
@@ -15,24 +18,17 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.7", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@babel/preset-env": "^7.8.7", | ||
"@babel/preset-react": "^7.8.3", | ||
"@testing-library/react": "^9.5.0", | ||
"@testing-library/react-hooks": "^3.2.1", | ||
"@testing-library/react": "^12.1.2", | ||
"@testing-library/react-hooks": "^7.0.2", | ||
"@types/enzyme": "^3.10.11", | ||
"@types/jest": "^27.4.0", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.2", | ||
"hacksaw": "0.6.7", | ||
"jest": "^25.1.0", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"sinon": "^1.17.6" | ||
"hacksaw": "1.0.0-beta.3", | ||
"jest": "^26.6.3", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.5.5" | ||
}, | ||
"jest": { | ||
"setupFilesAfterEnv": [ | ||
"./test/init.js" | ||
] | ||
}, | ||
"version": "0.6.2" | ||
"version": "1.0.0-beta.3" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
13
26
280
13497
2