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 2.1.0 to 2.1.1

2

lib/baby-tolk.js

@@ -37,3 +37,3 @@ 'use strict';

} catch (e) {
if (e.code !== 'MODULE_NOT_FOUND') {
if (e.code !== 'MODULE_NOT_FOUND' && e.message.indexOf('Cannot find module') === -1) {
console.error(e.message.replace(/^error: ?/i, 'Accord Error: ') + '. Try updating to the latest version');

@@ -40,0 +40,0 @@ }

{
"name": "baby-tolk",
"version": "2.1.0",
"version": "2.1.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