Comparing version 0.0.1 to 0.0.2
{ | ||
"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" | ||
} | ||
} |
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
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
48597
25
877
1
6