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

microlink

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

microlink - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

18

package.json
{
"name": "microlink",
"version": "0.1.0",
"version": "0.1.1",
"description": "Comlink Alternative. Built with JSON-RPC.",

@@ -11,3 +11,11 @@ "unpkg": "./dist/microlink.bundle.js",

"import": "./esm/index.js"
}
},
"./cjs": "./cjs/index.js",
"./cjs/index.js": "./cjs/index.js",
"./cjs/expose.js": "./cjs/expose.js",
"./cjs/wrap.js": "./cjs/wrap.js",
"./esm": "./esm/index.js",
"./esm/index.js": "./esm/index.js",
"./esm/expose.js": "./esm/expose.js",
"./esm/wrap.js": "./esm/wrap.js"
},

@@ -22,6 +30,6 @@ "files": [

"build:bundle": "mkdir -p ./dist && npx browserify ./cjs/index.js > ./dist/microlink.bundle.js",
"build:cjs": "npx babel --plugins @babel/plugin-transform-modules-commonjs --plugins @babel/plugin-proposal-export-namespace-from ./esm/* --out-dir ./cjs",
"build:cjs": "babel --plugins @babel/plugin-transform-modules-commonjs --plugins @babel/plugin-proposal-export-namespace-from ./esm/* --out-dir ./cjs",
"clean": "rm -rf ./cjs/* ./dist/*",
"format": "npx prettier --arrow-parens=avoid --print-width=200 --trailing-comma=none --write esm test",
"serve": "npx srvd --debug",
"format": "npx prettier@latest --arrow-parens=avoid --print-width=200 --trailing-comma=none --write esm test",
"serve": "npx srvd@latest --debug",
"test": "npm run test:js && npm run test:build",

@@ -28,0 +36,0 @@ "test:js": "node -r esm ./test/test.js",

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