Socket
Socket
Sign inDemoInstall

@scalecube/addressable

Package Overview
Dependencies
Maintainers
7
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalecube/addressable - npm Package Compare versions

Comparing version 0.2.10-snapshot.feature-addressable.1596051005 to 0.2.10-snapshot.feature-browser-transport-rewrite.1598566502

es/api.d.ts

17

package.json
{
"name": "@scalecube/addressable",
"version": "0.2.10-snapshot.feature-addressable.1596051005",
"version": "0.2.10-snapshot.feature-browser-transport-rewrite.1598566502",
"private": false,
"unpkg": "dist/index.js",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"dist"
"dist",
"es"
],

@@ -15,3 +17,3 @@ "license": "MIT",

"clean": "rimraf node_modules && rimraf .cache && rimraf lib && rimraf es",
"build": "rimraf .cache && yarn build:dist && yarn build:cjs",
"build": "rimraf .cache && tsc && yarn build:dist && yarn build:cjs",
"build:dist": "rimraf dist && rollup -c rollup.iife.config.js",

@@ -29,4 +31,8 @@ "build:cjs": "rimraf lib && rollup -c rollup.cjs.config.js",

"author": "Scalecube (https://github.com/scalecube/scalecube-js)",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.11.0"
},
"devDependencies": {
"@scalecube/utils": "^0.2.10-snapshot.feature-addressable.1596051005",
"@rollup/plugin-typescript": "^5.0.2",
"@scalecube/utils": "^0.2.10-snapshot.feature-browser-transport-rewrite.1598566502",
"@types/expect-puppeteer": "^4.4.3",

@@ -45,3 +51,2 @@ "@types/jest-environment-puppeteer": "^4.3.2",

"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.1",
"rollup-plugin-uglify-es": "^0.0.1",

@@ -53,3 +58,3 @@ "rollup-plugin-visualizer": "^2.6.0",

},
"gitHead": "99045aa37640f5d36b0216d4fa6265d9c986b5b4"
"gitHead": "fd71ee694a13e07deabcbf4ec6971eb48aa44cae"
}

@@ -11,2 +11,6 @@ # Addressable

## TODO
Handle address collusion
# API

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

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