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
14
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.1 to 8.0.2

ava.config.js

31

package.json
{
"name": "@coorpacademy/treantjs-adapter-dust",
"version": "8.0.1",
"version": "8.0.2",
"description": "",

@@ -8,5 +8,7 @@ "main": "lib/index.js",

"scripts": {
"test": "npm run lint",
"ava": "ava",
"nyc": "nyc npm run ava",
"test": "npm run lint && npm run nyc",
"lint": "npm run eslint",
"eslint": "eslint ./ *.js *.json --ext .js,.json",
"eslint": "eslint ./ *.js *.json --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",

@@ -30,18 +32,21 @@ "build:es": "cross-env BABEL_ENV=es babel src --out-dir es -s --ignore test --copy-files",

"dependencies": {
"lodash": "^4.17.4",
"react": "^16.3.2",
"react-dom": "^16.3.2"
"lodash": "^4.17.15",
"react": "~16.4.0",
"react-dom": "~16.4.0"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-plugin-istanbul": "^4.1.4",
"cross-env": "^5.0.0",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"ava": "^2.4.0",
"babel-plugin-istanbul": "^5.2.0",
"cross-env": "^5.2.1",
"dustjs-linkedin": "^2.7.5",
"eslint": "^4.18.2",
"rimraf": "^2.6.1"
"nyc": "^14.1.1",
"rimraf": "^3.0.0"
},
"author": "CoorpAcademy",
"gitHead": "f0af7ef69175c636481ab6bf0b7126d7aa7230c8"
"gitHead": "eda0aa4ae46a24138098350b85165b29b5ff1f6f"
}
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