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

baby-tolk

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baby-tolk - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

3

lib/baby-tolk.js

@@ -48,3 +48,4 @@ 'use strict';

if (adapter.engineName === 'babel') {
adapter.extensions = adapter.extensions.concat(['es6', 'babel']);
// Monkey-patching Babel adapter so that it doesn't try and compile all .js files
adapter.extensions = ['jsx', 'es6', 'babel'];
}

@@ -51,0 +52,0 @@ loadedAdapters.push(adapter);

{
"name": "baby-tolk",
"version": "1.4.0",
"version": "1.4.1",
"description": "A file reader that promises to translate non-web assets to web assets given the available transpilers, sourcemaps and all",

@@ -5,0 +5,0 @@ "main": "lib/baby-tolk.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