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

@windingtree/org.id-core

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@windingtree/org.id-core - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

19

package.json
{
"name": "@windingtree/org.id-core",
"version": "0.4.0",
"version": "0.4.1",
"description": "Core ORGiD Javascript library",

@@ -18,4 +18,4 @@ "main": "dist/index.js",

"build:docs": "rm -rf docs && npx typedoc --plugin typedoc-plugin-markdown --readme none --out docs src/index.ts",
"test": "npx jest",
"test:coverage": "npx jest --coverage"
"test": "npx hardhat test",
"test:coverage": "npx nyc hardhat test"
},

@@ -47,5 +47,2 @@ "repository": {

"devDependencies": {
"jest": "27.2.4",
"ts-jest": "27.0.5",
"@types/jest": "27.0.2",
"eslint": "7.32.0",

@@ -59,4 +56,12 @@ "@typescript-eslint/eslint-plugin": "4.32.0",

"@nomiclabs/hardhat-ethers": "2.0.2",
"hardhat": "2.6.4"
"hardhat": "2.6.4",
"@types/mocha": "9.0.0",
"@types/chai": "4.2.22",
"@types/chai-as-promised": "7.1.4",
"@istanbuljs/nyc-config-typescript": "1.0.1",
"ts-node": "10.2.1",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"nyc": "15.1.0"
}
}
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