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

id-wordnet

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

id-wordnet - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

8

package.json
{
"name": "id-wordnet",
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "1.0.7",
"type": "module",
"repository": {

@@ -30,4 +29,5 @@ "type": "git",

"start": "node index.js",
"publish": "npm pkg fix; npm publish"
"publish": "npm pkg fix; npm publish",
"prod": "bun build src/index.ts --outdir dist --target node"
}
}

@@ -20,2 +20,12 @@ ### Archived

## Getting started
We use [bun](https://bun.sh/) for this project.
```bash
curl -fsSL https://bun.sh/install | bash
bun install
bun test
```
## Where did you find this?

@@ -22,0 +32,0 @@

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