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

libskynet

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libskynet - npm Package Compare versions

Comparing version 0.0.66 to 0.1.0

14

package.json
{
"name": "libskynet",
"version": "0.0.66",
"version": "0.1.0",
"author": "Skynet Labs",

@@ -22,3 +22,3 @@ "description": "helper library to interact with skynet's low level primitives",

"update": "npm run update-deps && npm run update-lint && tsc",
"test": "tsc && tsc --project tsconfig.test.json && node ./dist-test/src-test/test.js",
"test": "jest",
"build": "npm run clean && npm install && npm run lint && tsc",

@@ -28,9 +28,17 @@ "prepublishOnly": "npm run clean && npm install && npm run lint && npm run test"

"devDependencies": {
"@types/jest": "^28.1.5",
"@types/node": "^17.0.23",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"eslint": "^8.13.0",
"jest": "^28.1.2",
"jest-ts-webcompat-resolver": "^1.0.0",
"prettier": "^2.6.2",
"skynet-js": "^4.3.0",
"tweetnacl": "^1.0.3"
"ts-jest": "^28.0.5",
"tweetnacl": "^1.0.3",
"typescript": "^4.7.4"
},
"dependencies": {
"@typescript-eslint/typescript-estree": "^5.35.1"
}
}
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