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

jsjoins

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsjoins - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/jsjoins.min.js

9

package.json
{
"name": "jsjoins",
"version": "0.2.0",
"version": "0.3.0",
"author": "Patrick Dubroy <pdubroy@gmail.com> (http://dubroy.com)",

@@ -15,2 +15,4 @@ "repository": {

"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browserify": "^5.9.1",

@@ -20,2 +22,3 @@ "eslint": "^0.17.1",

"tape": "^2.13.4",
"uglify-js": "^2.6.2",
"watchify": "^1.0.1",

@@ -25,3 +28,3 @@ "watchy": "^0.6.1"

"scripts": {
"build": "browserify . $npm_package_browserify_opts",
"build": "browserify . $npm_package_browserify_opts && uglifyjs dist/jsjoins.js > dist/jsjoins.min.js",
"watch": "watchify -v . $npm_package_browserify_opts",

@@ -34,3 +37,3 @@ "test": "tape test/*.js | tap-spec",

"browserify": {
"opts": "-d -s jsjoins -o dist/jsjoins.js"
"opts": "-d -s jsjoins -o dist/jsjoins.js -t [ babelify --presets [ es2015 ] ]"
},

@@ -37,0 +40,0 @@ "directories": {

Sorry, the diff of this file is too big to display

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