Socket
Socket
Sign inDemoInstall

common-classes

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-classes - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

lib/common-classes.js

22

package.json
{
"name": "common-classes",
"version": "0.0.4",
"version": "0.0.5",
"description": "Common javascript classes",
"main": "index.js",
"main": "lib/common-classes.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run compile",
"clean:lib": "rimraf 'lib/*'",
"compile": "npm run clean:lib && babel -d lib/ src/"
},

@@ -23,5 +26,14 @@ "repository": {

"devDependencies": {
"babel-core": "^6.3.2",
"babel-preset-es2015": "^6.1.18"
"babel-cli": "^6.3.2",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"jshint": "^2.8.0",
"mocha": "^2.3.4",
"rimraf": "^2.4.4"
},
"babel": {
"presets": [
"es2015"
]
}
}

Sorry, the diff of this file is not supported yet

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