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

es6-error

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-error - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

CHANGELOG.md

2

babel-config.js

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

modules = false;
} else if (env === 'ts') {
modules = 'commonjs';
} else {

@@ -21,0 +23,0 @@ modules = 'commonjs';

5

package.json
{
"name": "es6-error",
"version": "4.0.1",
"version": "4.0.2",
"description": "Easily-extendable error for use with ES6 classes",

@@ -10,5 +10,6 @@ "main": "./lib/index",

"test": "mocha --compilers js:babel-core/register --recursive",
"build": "npm run build:commonjs && npm run build:es",
"build": "npm run build:commonjs && npm run build:es && npm run build:ts",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src/index.js --out-file lib/index.js",
"build:es": "cross-env BABEL_ENV=es babel src/index.js --out-file lib/index.jsnext.js",
"build:ts": "cross-env BABEL_ENV=ts babel src/index.js --out-file lib/index.ts.js",
"prepublish": "npm run build && npm run test"

@@ -15,0 +16,0 @@ },

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