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

brisky-struct

Package Overview
Dependencies
Maintainers
1
Versions
397
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brisky-struct - npm Package Compare versions

Comparing version 1.1.7-7c8d696807a9195ddf16a03cda516bcabf8e15d8 to 1.1.7-8d5b27ba8e69aeaaa18d2758bf275cb3efe6e300

5

package.json
{
"name": "brisky-struct",
"description": "An observable data structure",
"version": "1.1.7-7c8d696807a9195ddf16a03cda516bcabf8e15d8",
"version": "1.1.7-8d5b27ba8e69aeaaa18d2758bf275cb3efe6e300",
"main": "dist/index.js",

@@ -13,5 +13,4 @@ "module": "dist/index.es.js",

"version-commit": "npm --no-git-tag-version version $(node -pe \"require('./package.json').version.split('-')[0]\")-$(git log -n 1 --pretty=format:'%H')",
"publish-branch": "npm run version-commit && npm publish --tag $(git rev-parse --abbrev-ref HEAD)",
"publish-unstable": "npm run version-commit && npm publish --tag unstable",
"prepublish": "npm run build",
"postinstall": "[ -d dist ] || npm run build || ( mkdir dist && npm install --only=dev && npm run build );",
"test": "node test/index.js",

@@ -18,0 +17,0 @@ "dev": "rollup -c rollup/build.js -w & nodemon --harmony-async-await test/index.js",

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