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

@ceramicnetwork/streamid

Package Overview
Dependencies
Maintainers
7
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ceramicnetwork/streamid - npm Package Compare versions

Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3

12

package.json
{
"name": "@ceramicnetwork/streamid",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Ceramic Stream Ids",

@@ -23,8 +23,8 @@ "keywords": [

"scripts": {
"test": "../../node_modules/.bin/jest --silent --coverage",
"build": "../../node_modules/.bin/tsc --project tsconfig.json",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --silent --coverage --forceExit",
"build": "npx tsc --project tsconfig.json",
"prepublishOnly": "npm run build",
"prebuild": "npm run clean",
"lint": "../../node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx",
"clean": "rm -rf ./lib"
"lint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx",
"clean": "npx rimraf ./lib"
},

@@ -43,3 +43,3 @@ "author": "Zach Ferland <zachferland@gmail.com>",

},
"gitHead": "56c344ee94ab26dde88fb1dbee7441c9339b1d45"
"gitHead": "d4ad7b5937a90588649f92de0190fe43bbf3a7d8"
}
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