react-zdog
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-zdog", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"description": "React-fiber renderer for zdog", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"prebuild": "rimraf dist", | ||
"build": "rollup -c", | ||
"prepare": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"prettier": { | ||
"semi": false, | ||
"trailingComma": "es5", | ||
"singleQuote": true, | ||
"jsxBracketSameLine": true, | ||
"tabWidth": 2, | ||
"printWidth": 120 | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/drcmda/react-zdog.git" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"renderer", | ||
"fiber", | ||
"zdog" | ||
], | ||
"author": "Paul Henschel", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/drcmda/react-zdog/issues" | ||
}, | ||
"homepage": "https://github.com/drcmda/react-zdog#readme", | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.4", | ||
"lodash-es": "^4.17.11", | ||
"pointer-events-polyfill": "^0.4.4-pre", | ||
"react-reconciler": "^0.20.4", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"scheduler": "0.13.3", | ||
"zdog": "https://github.com/metafizzy/zdog" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=16.8", | ||
"react-dom": ">=16.8", | ||
"zdog": ">=1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.4.4", | ||
"@babel/plugin-proposal-class-properties": "7.4.4", | ||
"@babel/plugin-proposal-do-expressions": "7.2.0", | ||
"@babel/plugin-proposal-object-rest-spread": "7.4.4", | ||
"@babel/plugin-transform-modules-commonjs": "7.4.4", | ||
"@babel/plugin-transform-parameters": "7.4.4", | ||
"@babel/plugin-transform-runtime": "7.4.4", | ||
"@babel/plugin-transform-template-literals": "7.4.4", | ||
"@babel/preset-env": "7.4.4", | ||
"@babel/preset-react": "7.0.0", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@types/lodash-es": "^4.17.3", | ||
"@types/react": "^16.8.15", | ||
"babel-eslint": "^10.0.1", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"husky": "^2.1.0", | ||
"lint-staged": "^8.1.5", | ||
"prettier": "^1.17.0", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"rollup": "^1.10.1", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-node-resolve": "^4.2.3", | ||
"rollup-plugin-size-snapshot": "^0.8.0" | ||
} | ||
} |
HTTP dependency
Supply chain riskContains a dependency which resolves to a remote HTTP URL which could be used to inject untrusted code and reduce overall package reliability.
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
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
134307
8
4257
0
1
0
31
0
10
25
1
2
+ Added@babel/runtime@^7.4.4
+ Addedlodash-es@^4.17.11
+ Addedreact-reconciler@^0.20.4
+ Addedscheduler@0.13.3
+ Added@babel/runtime@7.26.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlodash-es@4.17.21(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedpointer-events-polyfill@0.4.4-pre(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@16.14.019.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedreact-reconciler@0.20.4(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedresize-observer-polyfill@1.5.1(transitive)
+ Addedscheduler@0.13.30.13.60.25.0(transitive)