Socket
Socket
Sign inDemoInstall

@cspell/strong-weak-map

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/strong-weak-map - npm Package Compare versions

Comparing version 7.1.1 to 7.2.0

dist/esm/index.d.ts

19

package.json

@@ -6,3 +6,3 @@ {

},
"version": "7.1.1",
"version": "7.2.0",
"description": "A Map with weakly referenced values.",

@@ -18,16 +18,12 @@ "keywords": [

"license": "MIT",
"type": "commonjs",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"type": "module",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"import": "./dist/esm/index.js"
}
},
"typings": "dist/cjs/index.d.ts",
"typings": "dist/esm/index.d.ts",
"files": [
"dist",
"!dist/esm/**/*.js",
"!dist/esm/**/*.ts",
"!**/*.tsbuildInfo",

@@ -42,5 +38,4 @@ "!**/__mocks__",

"scripts": {
"build": "tsc -b . && ts2mjs dist/esm",
"build": "tsc -b .",
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"watch": "tsc -b . -w",

@@ -64,3 +59,3 @@ "clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"",

},
"gitHead": "2dafa5386c58637614034c7a6d0fa13c03b16e41"
"gitHead": "b08f7ddc3a4aa22cc80c69ca6638b2a943659a31"
}
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