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.1 to 0.0.2

__samples__/default.js

4

index.js

@@ -1,2 +0,2 @@

const fs = require('fs')
const fs = require('fs-extra')
const path = require('path')

@@ -14,3 +14,3 @@

}) {
fs.writeFileSync(filePath, data, { encoding })
fs.outputFileSync(filePath, data, { encoding })
}

@@ -17,0 +17,0 @@

{
"name": "browserize",
"description": "Converts simple node.js modules into ES6 modules",
"version": "0.0.1",
"version": "0.0.2",
"author": "rasenplanscher",

@@ -11,2 +11,8 @@ "license": "MIT",

},
"devDependencies": {
"ava": "^1.2.0"
},
"dependencies": {
"fs-extra": "^7.0.1"
},
"homepage": "https://github.com/rasenplanscher/browserize#readme",

@@ -13,0 +19,0 @@ "repository": {

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