New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@allmaps/id

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@allmaps/id - npm Package Compare versions

Comparing version 1.0.0-beta.2 to 1.0.0-beta.4

dist/src/browser.d.ts

27

package.json
{
"name": "@allmaps/id",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.4",
"description": "IDs for Allmaps",

@@ -12,5 +12,11 @@ "type": "module",

"import": "./dist/index.js",
"browser": "./dist/browser.js"
"browser": {
"types": "./dist/browser.d.ts",
"default": "./dist/browser.js"
}
},
"./browser": "./dist/browser.js"
"./browser": {
"types": "./dist/browser.d.ts",
"default": "./dist/browser.js"
}
},

@@ -20,5 +26,10 @@ "files": [

],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"tsc": "tsc --watch",
"test": "mocha && eslint dist test",
"pretest": "npm run build",
"documentation": "documentation readme ./dist/index.js --section=API"

@@ -28,3 +39,4 @@ },

"type": "git",
"url": "https://github.com/allmaps/id.git"
"url": "https://github.com/allmaps/allmaps.git",
"directory": "packages/id"
},

@@ -49,9 +61,10 @@ "keywords": [

"chai": "^4.3.4",
"documentation": "^13.2.5",
"eslint": "7",
"mocha": "^8.3.2",
"documentation": "^13.2.5"
"mocha": "^8.3.2"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
}
},
"gitHead": "ca152db81b018bd5e4ec2b9161f5d3352ed0ee87"
}
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