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

libskynet

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libskynet - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

{
"name": "libskynet",
"version": "0.1.2",
"version": "0.1.3",
"author": "Skynet Labs",

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

"lint": "prettier -l 'src' 'src-test' '*.js' '*.json' && eslint 'src' 'src-test' '*.js' '*.json'",
"clean-all": "node ./clean.js",
"clean": "node ./clean.js",
"deps": "npm audit fix",
"update-deps": "npm run clean-all && npm run deps && npm install",
"update-deps": "npm run clean && npm run deps && npm install",
"update-lint": "prettier -w 'src' 'src-test' '*.js' '*.json' && eslint 'src' 'src-test' '*.js' '*.json' --fix",

@@ -26,4 +26,4 @@ "update": "npm run update-deps && npm run update-lint && tsc",

"test": "jest && npm run spot-test && npm run benchmark",
"build": "npm run clean-all && npm install && npm run lint && tsc",
"prepublishOnly": "npm run clean-all && npm install && npm run lint && npm run test"
"build": "npm run clean && npm install && npm run lint && tsc",
"prepublishOnly": "npm run clean && npm install && npm run lint && npm run test && npm run build"
},

@@ -30,0 +30,0 @@ "devDependencies": {