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

babel-autonode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-autonode - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

loader.js
'use strict'
var fs = require('fs')
var packageJson = JSON.parse(fs.readFileSync('package.json'))
var packageJson = module.parent.require('./package.json')
var babelrcs = require('babelrc-v8')

@@ -5,0 +4,0 @@ var versions = Object.keys(babelrcs).map(function (ver) { return ver.split('.') })

{
"name": "babel-autonode",
"version": "1.0.3",
"version": "1.0.4",
"description": "Automatically and transparently use as little babel as possible with whatever version of node is in use.",

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

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