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

react-2d

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-2d - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.babelrc

64

package.json
{
"name": "react-2d",
"version": "0.0.1",
"description": "Canvas drawing with layers and transitions in react",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtmckay/react-2d.git"
},
"keywords": [
"react",
"2d",
"canvas",
"draw",
"layer",
"graph"
],
"author": "Taylor McKay",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtmckay/react-2d/issues"
},
"homepage": "https://github.com/jtmckay/react-2d#readme"
"name": "react-2d",
"version": "0.0.2",
"author": "Taylor McKay",
"license": "MIT",
"description": "Canvas drawing with layers and transitions in react",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jtmckay/react-2d.git"
},
"bugs": {
"url": "https://github.com/jtmckay/react-2d/issues"
},
"homepage": "https://github.com/jtmckay/react-2d#readme",
"keywords": [
"react",
"2d",
"canvas",
"draw",
"layer",
"graph"
],
"scripts": {
"build": "babel src --out-dir lib",
"lint": "eslint src",
"publish": "npm run build && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0"
}
}
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