Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coorpacademy/treantjs-adapter-dust

Package Overview
Dependencies
Maintainers
15
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coorpacademy/treantjs-adapter-dust - npm Package Compare versions

Comparing version 8.0.3 to 9.0.0

README.md

43

package.json
{
"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"
}
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