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

data-structure-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-structure-js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.babelrc

22

package.json
{
"name": "data-structure-js",
"version": "1.0.0",
"version": "1.0.1",
"description": "Provide the basic and frequently used data structure implementation in js.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"lint": "eslint --ext .js src/*",
"build": "rimraf lib/ && webpack --colors --config ./scripts/webpack.config.js"
},
"author": "ryuyutyo <liuyouchao111@gmail.com>",
"license": "MIT"
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.0.4",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"jest": "^22.0.5",
"rimraf": "^2.6.2",
"webpack": "^3.10.0"
}
}
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