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

browserize

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserize - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

13

package.json
{
"name": "browserize",
"description": "Converts simple node.js modules into ES6 modules",
"version": "0.0.3",
"version": "1.0.0",
"author": "rasenplanscher",

@@ -13,4 +13,11 @@ "license": "MIT",

"scripts": {
"checkGit": "git diff --quiet",
"prepublishOnly": "run-s checkGit test",
"test": "ava"
},
"husky": {
"hooks": {
"pre-commit": "npx run-s test"
}
},
"devDependencies": {

@@ -22,3 +29,5 @@ "ava": "^1.2.0",

"fs-extra": "^7.0.1",
"minimist": "^1.2.0"
"husky": "^1.3.1",
"minimist": "^1.2.0",
"npm-run-all": "^4.1.5"
},

@@ -25,0 +34,0 @@ "homepage": "https://github.com/rasenplanscher/browserize#readme",

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