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

calamar-embryo

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calamar-embryo - npm Package Compare versions

Comparing version 0.2.12 to 0.2.13

2

package.json
{
"name": "calamar-embryo",
"version": "0.2.12",
"version": "0.2.13",
"description": "boilerplate generator for Calamar javascript projects",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,3 +6,6 @@ {

"scripts": {
"start": "NODE_DEBUG=dev babel-node ./src/index.js"
"start": "NODE_DEBUG=dev babel-node ./src/index.js",
"build:npm": "babel --ignore node_modules,dist --out-dir ./dist/npm .",
"publish:npm": "npm run build:npm && npm publish dist/npm",
"ppp": "npm version patch && git push && git push --tags && npm run publish:npm"
},

@@ -9,0 +12,0 @@ "babel": {

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