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

blank-web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blank-web-sdk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.babelrc

18

package.json
{
"name": "blank-web-sdk",
"version": "0.0.1",
"version": "0.0.2",
"description": "SDK for web applications created with Blank back-end",
"main": "index.js",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"patch": "npm version patch && npm run push",
"push": "git push origin master --follow-tags && npm publish",
"build": "./node_modules/.bin/webpack && ./node_modules/.bin/babel src --out-dir lib"
},

@@ -24,3 +27,10 @@ "repository": {

},
"homepage": "https://github.com/getblank/blank-web-sdk#readme"
"homepage": "https://github.com/getblank/blank-web-sdk#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"webpack": "^2.1.0-beta.22"
}
}
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