Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@algorithm.ts/trie

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algorithm.ts/trie - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4

lib/cjs/index.cjs.map

23

package.json
{
"name": "@algorithm.ts/trie",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"description": "Trie",

@@ -24,7 +24,10 @@ "author": {

"exports": {
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.cjs"
"types": "./lib/types/index.d.ts",
"require": "./lib/cjs/index.cjs",
"import": "./lib/esm/index.mjs"
},
"types": "lib/types/index.d.ts",
"source": "src/index.ts",
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.cjs",
"module": "./lib/esm/index.mjs",
"source": "./src/index.ts",
"license": "MIT",

@@ -44,8 +47,8 @@ "engines": {

"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs",
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build",
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
"prepublishOnly": "yarn build",
"test": "cross-env TS_NODE_FILES=true NODE_OPTIONS=--experimental-vm-modules jest --config ../../jest.config.mjs --rootDir ."
},
"dependencies": {
"@algorithm.ts/constant": "^3.0.0-alpha.3",
"@algorithm.ts/types": "^3.0.0-alpha.3"
"@algorithm.ts/constant": "^3.0.0-alpha.4",
"@algorithm.ts/types": "^3.0.0-alpha.4"
},

@@ -57,3 +60,3 @@ "devDependencies": {

},
"gitHead": "d50b4725bde1b43474f490a29672db5aa1482ae3"
"gitHead": "969d68502c3c35690ed7aee86dde2fe60cddddfc"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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