New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hacksaw-react

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hacksaw-react - npm Package Compare versions

Comparing version 0.6.2 to 1.0.0-beta.2

lib/cjs/common.d.ts

44

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc