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

data-joint

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-joint - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

dist/data-joint.common.js

53

package.json
{
"name": "data-joint",
"version": "0.0.1"
"version": "1.0.0",
"description": "Perform data joins with any type of JS objects",
"unpkg": "dist/data-joint.min.js",
"main": "dist/data-joint.common.js",
"module": "dist/data-joint.module.js",
"homepage": "https://github.com/vasturiano/data-joint",
"repository": {
"type": "git",
"url": "git+https://github.com/vasturiano/data-joint.git"
},
"bugs": {
"url": "https://github.com/vasturiano/data-joint/issues"
},
"license": "MIT",
"keywords": [
"data",
"array",
"join",
"digest",
"performance"
],
"author": {
"name": "Vasco Asturiano",
"url": "http://bl.ocks.org/vasturiano"
},
"files": [
"src/**/*",
"dist/**/*",
"example/**/*"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -c -w",
"minify": "terser dist/data-joint.js -o dist/data-joint.min.js -c -m --comments '/Version/'",
"build-module": "rollup -c rollup.config.module.js",
"prepare": "npm run build && npm run minify && npm run build-module"
},
"dependencies": {
"index-array-by": "^1.2.3"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"rimraf": "^2.6.3",
"rollup": "^1.12.4",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.0",
"terser": "^4.0.0"
}
}
.idea/.name
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