New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

hey-listen

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hey-listen - npm Package Compare versions

Comparing version

to
1.0.5

@@ -5,2 +5,6 @@ # Changelog

## [1.0.5] 2018-05-16
* Fixing Rollup config.
## [1.0.3] 2018-05-13

@@ -7,0 +11,0 @@

{
"name": "hey-listen",
"version": "1.0.4",
"version": "1.0.5",
"description":

@@ -5,0 +5,0 @@ "Popular dev-ex functions like warning and invariant, with added childhood flashbacks.",

@@ -33,3 +33,4 @@ import typescript from 'rollup-plugin-typescript2';

file: 'dist/hey-listen.es.js',
format: 'es'
format: 'es',
exports: 'named'
},

@@ -42,3 +43,4 @@ plugins: [typescript(noDeclarationConfig)]

file: 'lib/index.js',
format: 'cjs'
format: 'cjs',
exports: 'named'
},

@@ -45,0 +47,0 @@ plugins: [typescript(typescriptConfig)]