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 2.0.0 to 2.0.1

2

package.json
{
"name": "ascjs",
"version": "2.0.0",
"version": "2.0.1",
"description": "ES2015 to CommonJS import/export transformer",

@@ -5,0 +5,0 @@ "bin": "bin.js",

@@ -59,3 +59,3 @@ # ascjs

* extremely lightweight, based on [esprima](http://esprima.org) for performance and reliability, it transforms only imports/exports ignoring everything else
* extremely lightweight, based on [babylon](https://github.com/babel/babylon) for performance and reliability, it transforms only imports/exports ignoring everything else
* produces modern JavaScript, you are in charge of extra transformations if needed

@@ -62,0 +62,0 @@ * indentation, spaces, semi or no-semi are preserved: beautiful source code remains beautiful

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