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

ascjs

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ascjs - npm Package Compare versions

Comparing version 4.0.3 to 5.0.0

2

index.js

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

const EXPORT = `Object.defineProperty(exports, '__esModule', {value: true})`;
const IMPORT = `(m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)`;
const IMPORT = `(m => m.__esModule ? /* c8 ignore next */ m.default : /* c8 ignore next */ m)`;
const asDefault = name => name === 'default' ? `${parse.info.EXPORT}.default` : `exports.${name}`;

@@ -41,0 +41,0 @@ const fromDefault = defaultImport => `${parse.info.IMPORT}(${defaultImport})`;

{
"name": "ascjs",
"version": "4.0.3",
"version": "5.0.0",
"description": "ES2015 to CommonJS import/export transformer",

@@ -5,0 +5,0 @@ "bin": "bin.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