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-alpha.8 to 1.0.0-alpha.9

index.js

31

package.json
{
"name": "@allmaps/id",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "IDs for Allmaps",
"type": "module",
"main": "./dist/allmaps-id.min.cjs",
"module": "./dist/allmaps-id.min.mjs",
"module": "index.js",
"exports": {
"require": "./dist/allmaps-id.min.cjs",
"import": "./dist/allmaps-id.min.mjs",
"default": "./dist/allmaps-id.min.mjs",
"browser": "./dist/web/allmaps-id.min.cjs"
"import": "./index.js",
"browser": "./web.js"
},
"files": [
"dist"
"*.js",
"src"
],
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"test": "node ./test/*.js"

@@ -26,3 +22,8 @@ },

},
"keywords": [],
"keywords": [
"allmaps",
"id",
"identifier",
"checksum"
],
"author": {

@@ -39,9 +40,3 @@ "name": "@nelsonic",

"devDependencies": {
"tape": "^5.2.2",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.1.0",
"rollup": "^2.38.0",
"rollup-plugin-terser": "^7.0.2"
"tape": "^5.2.2"
},

@@ -48,0 +43,0 @@ "eslintConfig": {

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