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-cluster-refactor.1598302712

es/api.d.ts

14

package.json
{
"name": "@scalecube/addressable",
"version": "0.2.10-snapshot.feature-addressable.1596051005",
"version": "0.2.10-snapshot.feature-cluster-refactor.1598302712",
"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",

@@ -30,3 +32,4 @@ "build:cjs": "rimraf lib && rollup -c rollup.cjs.config.js",

"devDependencies": {
"@scalecube/utils": "^0.2.10-snapshot.feature-addressable.1596051005",
"@rollup/plugin-typescript": "^5.0.2",
"@scalecube/utils": "^0.2.10-snapshot.feature-cluster-refactor.1598302712",
"@types/expect-puppeteer": "^4.4.3",

@@ -45,3 +48,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 +55,3 @@ "rollup-plugin-visualizer": "^2.6.0",

},
"gitHead": "99045aa37640f5d36b0216d4fa6265d9c986b5b4"
"gitHead": "590283ebb5b38b23c26347b105eb05febc93ae35"
}

@@ -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