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

evolui

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evolui - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

3

package.json
{
"name": "evolui",
"version": "1.6.0",
"version": "1.6.1",
"description": "Observable powered templates for asynchronous UIs",

@@ -37,3 +37,2 @@ "main": "lib/evolui.js",

"rollup": "^0.51.7",
"rollup-plugin-auto-external": "^1.2.0",
"rollup-plugin-babel": "^3.0.2",

@@ -40,0 +39,0 @@ "rollup-plugin-commonjs": "^8.2.6",

@@ -5,3 +5,2 @@ import babel from 'rollup-plugin-babel'

import uglify from 'rollup-plugin-uglify'
import autoExternal from 'rollup-plugin-auto-external'

@@ -24,5 +23,5 @@ const createConfig = (input, output, additionnalPlugins = []) => ({

}),
autoExternal(),
...additionnalPlugins
]
],
external: ['rxjs', 'rxjs/operators', 'vdom-tag', 'rx-ease']
})

@@ -29,0 +28,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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