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

rollup-plugin-commonjs

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-commonjs - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

CHANGELOG.md
# rollup-plugin-commonjs changelog
## 3.0.1
* Return a `name`
## 3.0.0

@@ -4,0 +8,0 @@

@@ -114,2 +114,4 @@ 'use strict';

return {
name: 'commonjs',
resolveId: function resolveId ( importee, importer ) {

@@ -116,0 +118,0 @@ if ( importee === HELPERS_ID ) return importee;

@@ -110,2 +110,4 @@ import { statSync } from 'fs';

return {
name: 'commonjs',
resolveId: function resolveId ( importee, importer ) {

@@ -112,0 +114,0 @@ if ( importee === HELPERS_ID ) return importee;

2

package.json
{
"name": "rollup-plugin-commonjs",
"version": "3.0.0",
"version": "3.0.1",
"description": "Convert CommonJS modules to ES2015",

@@ -5,0 +5,0 @@ "devDependencies": {

@@ -80,2 +80,4 @@ import { statSync } from 'fs';

return {
name: 'commonjs',
resolveId ( importee, importer ) {

@@ -82,0 +84,0 @@ if ( importee === HELPERS_ID ) return importee;

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