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

jspackage

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jspackage - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

lib/cmd.js

9

package.json
{
"name": "jspackage",
"description": "build tool which adds client-side import syntax",
"version": "0.4.2",
"version": "0.4.3",
"author": {

@@ -25,3 +25,6 @@ "name": "Andrew Kelley",

"scripts": {
"test": "node test.js"
"test": "node lib/test.js",
"build": "coco -bco lib/ src/",
"watch": "coco -wbco lib/ src/",
"clean": "rm -rf lib/"
},

@@ -34,3 +37,3 @@ "engines": {

},
"main": "jspackage.js"
"main": "./lib/jspackage.js"
}

Sorry, the diff of this file is not supported yet

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