Socket
Socket
Sign inDemoInstall

code-error-fragment

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-error-fragment - npm Package Compare versions

Comparing version 0.0.214 to 0.0.215

6

package.json
{
"name": "code-error-fragment",
"version": "0.0.214",
"version": "0.0.215",
"author": "Vlad Trushin",

@@ -27,3 +27,5 @@ "homepage": "https://github.com/vtrushin/code-error-fragment",

"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2"
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.3",
"rollup-plugin-node-resolve": "^3.0.0"
},

@@ -30,0 +32,0 @@ "scripts": {

@@ -0,1 +1,3 @@

import commonjs from 'rollup-plugin-commonjs';
import resolve from 'rollup-plugin-node-resolve';
import babel from 'rollup-plugin-babel';

@@ -12,2 +14,4 @@ import { list as babelHelpersList } from 'babel-helpers';

plugins: [
resolve(),
commonjs(),
babel({

@@ -14,0 +18,0 @@ exclude: 'node_modules/**',

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