rollup-plugin-commonjs
Advanced tools
Comparing version 3.0.0 to 3.0.1
# 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; |
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31838
663
0
6