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

storbi

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storbi - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

dist/index.es.js

8

package.json
{
"name": "storbi",
"description": "An opinionated CLI application framework",
"version": "1.0.1",
"version": "1.1.0",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"typings": "dist/typings/index.d.ts",

@@ -19,4 +21,5 @@ "license": "MIT",

"scripts": {
"prebuild": "rm -rf dist",
"prebuild": "npx rimraf dist",
"build": "tsc src/index.ts && rollup -c && tsc -p tsconfig.types.json",
"postbuild": "npx rimraf src/**/*.js",
"test": "jest",

@@ -44,2 +47,3 @@ "prepublish": "yarn build"

"prettier": "^1.11.1",
"rimraf": "^2.6.2",
"rollup": "^0.57.0",

@@ -46,0 +50,0 @@ "rollup-plugin-cleanup": "^2.0.0",

Sorry, the diff of this file is not supported yet

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