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

@smpx/babel-changed

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smpx/babel-changed - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

index.js

@@ -73,3 +73,3 @@ const babel = require('@babel/core');

absolute: true,
}).map(path.normalize);
})).map(path.normalize);

@@ -76,0 +76,0 @@ const filesToCompile = [];

{
"name": "@smpx/babel-changed",
"version": "0.6.0",
"version": "0.6.1",
"description": "Only compile changed files with babel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "rm -rf ___dist && node ./bin/babel-changed.js --src . --dest ___dist && rm -rf ___dist",
"prepublishOnly": "npm run test"
},

@@ -9,0 +10,0 @@ "bin": {

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