@coorpacademy/treantjs-adapter-dust
Advanced tools
Comparing version 8.0.3 to 9.0.0
{ | ||
"name": "@coorpacademy/treantjs-adapter-dust", | ||
"version": "8.0.3", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"scripts": { | ||
"ava": "ava", | ||
"test:only": "nyc npm run ava", | ||
"test": "npm run lint && npm run test:only", | ||
"lint": "eslint . --ext .js,.json --cache --cache-location \"node_modules/.cache/.eslintcache\"", | ||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib -s --ignore test --copy-files", | ||
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files", | ||
"build": "npm run build:commonjs && npm run build:es", | ||
"clean:commonjs": "rm -rf lib", | ||
"clean:es": "rm -rf es", | ||
"clean": "npm run clean:commonjs && npm run clean:es", | ||
"prepare": "npm run clean && npm run build --production" | ||
}, | ||
"version": "9.0.0", | ||
"description": "Renamed to @coorpacademy/treantjs-adapter-dust", | ||
"scripts": {}, | ||
"files": [ | ||
"README.md" | ||
], | ||
"contributors": [ | ||
@@ -28,22 +17,4 @@ "Arthur Weber <arthur.weber@coorpacademy.com>", | ||
], | ||
"dependencies": { | ||
"lodash": "^4.17.15", | ||
"react": "~16.4.0", | ||
"react-dom": "~16.4.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.4", | ||
"@babel/core": "^7.6.4", | ||
"@babel/preset-env": "^7.6.3", | ||
"@babel/register": "^7.6.2", | ||
"@coorpacademy/eslint-plugin-coorpacademy": "^9.0.1", | ||
"ava": "^2.4.0", | ||
"babel-plugin-istanbul": "^5.2.0", | ||
"cross-env": "^6.0.3", | ||
"dustjs-linkedin": "^2.7.5", | ||
"eslint": "^6.6.0", | ||
"nyc": "^14.1.1" | ||
}, | ||
"author": "CoorpAcademy", | ||
"gitHead": "c002bf9c91bbc640f7fe0002d8c3452bcb001d96" | ||
"gitHead": "8dea7f76381be8340a1e5a3491d48a59e812504b" | ||
} |
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
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
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
0
0
1
4
829
2
0
2
- Removedlodash@^4.17.15
- Removedreact@~16.4.0
- Removedreact-dom@~16.4.0
- Removedasap@2.0.6(transitive)
- Removedcore-js@1.2.7(transitive)
- Removedencoding@0.1.13(transitive)
- Removedfbjs@0.8.18(transitive)
- Removediconv-lite@0.6.3(transitive)
- Removedis-stream@1.1.0(transitive)
- Removedisomorphic-fetch@2.2.1(transitive)
- Removedjs-tokens@4.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removednode-fetch@1.7.3(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedpromise@7.3.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.4.2(transitive)
- Removedreact-dom@16.4.2(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedsafer-buffer@2.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedua-parser-js@0.7.39(transitive)
- Removedwhatwg-fetch@3.6.20(transitive)