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

clony-pasta

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clony-pasta - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

package.json
{
"name": "clony-pasta",
"version": "0.1.0",
"version": "0.1.1",
"description": "Extremely simple scaffolder.",

@@ -17,6 +17,6 @@ "author": "Scott Hardy <scott.the.hardy@gmail.com> (https://www.scotthardy.me)",

"scripts": {
"prebuild": "rm -rf lib/ && mkdir -p lib/",
"build": "babel -d lib/ src/",
"prepublish": "npm run test && npm run build",
"test": "npm run build && babel-node test/index.js"
"precompile": "rm -rf lib/ && mkdir -p lib/",
"compile": "babel -d lib/ src/",
"prepublish": "npm run test && npm run compile",
"test": "npm run compile && babel-node test/index.js"
},

@@ -23,0 +23,0 @@ "dependencies": {

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