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

@remusao/trie

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remusao/trie - npm Package Compare versions

Comparing version 1.2.0-canary.5.b814f6d.0 to 1.2.0-canary.10.23ddd17fce75354809e31515eaa96d0d9e9958d6.0

dist/cjs/index.test.js

14

package.json
{
"name": "@remusao/trie",
"version": "1.2.0-canary.5.b814f6d.0",
"version": "1.2.0-canary.10.23ddd17fce75354809e31515eaa96d0d9e9958d6.0",
"description": "A tiny trie implementation",

@@ -29,3 +29,3 @@ "author": "Rémi Berson <remi@cliqz.com>",

"prepack": "yarn run bundle",
"test": "jest --config ./jest.config.js --coverage index.test.ts"
"test": "nyc mocha ./dist/cjs/index.test.js"
},

@@ -36,6 +36,8 @@ "bugs": {

"devDependencies": {
"@types/jest": "^25.1.1",
"jest": "^25.1.0",
"@types/chai": "^4.2.8",
"@types/mocha": "^7.0.1",
"chai": "^4.2.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"rimraf": "^3.0.0",
"ts-jest": "^25.0.0",
"tslint": "^6.0.0",

@@ -45,3 +47,3 @@ "tslint-config-prettier": "^1.18.0",

},
"gitHead": "b814f6dc2d747d60e073402726f2777eb05f493f"
"gitHead": "23ddd17fce75354809e31515eaa96d0d9e9958d6"
}

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