Socket
Socket
Sign inDemoInstall

ascjs

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ascjs - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

12

package.json
{
"name": "ascjs",
"version": "4.0.0",
"version": "4.0.1",
"description": "ES2015 to CommonJS import/export transformer",

@@ -8,4 +8,4 @@ "bin": "bin.js",

"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "istanbul cover test.js"
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc node test.js"
},

@@ -31,8 +31,8 @@ "repository": {

"dependencies": {
"@babel/parser": "^7.9.4"
"@babel/parser": "^7.9.6"
},
"devDependencies": {
"coveralls": "^3.0.11",
"istanbul": "^0.4.5"
"coveralls": "^3.1.0",
"nyc": "^15.0.1"
}
}
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