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

@cycle/dom

Package Overview
Dependencies
Maintainers
3
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle/dom - npm Package Compare versions

Comparing version 19.1.0 to 19.2.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="19.2.0"></a>
# 19.2.0 (2017-10-24)
<a name="19.1.0"></a>

@@ -2,0 +7,0 @@ # 19.1.0 (2017-10-24)

4

package.json
{
"name": "@cycle/dom",
"version": "19.1.0",
"version": "19.2.0",
"description": "The standard DOM Driver for Cycle.js, based on Snabbdom",

@@ -83,5 +83,5 @@ "license": "MIT",

"test-wait": "npm run test-node && npm run test-browser-wait",
"browserify": "../node_modules/.bin/browserify lib/index.js --global-transform=browserify-shim --standalone CycleDOM --exclude xstream --outfile dist/cycle-dom.js",
"browserify": "../node_modules/.bin/browserify lib/cjs/index.js --global-transform=browserify-shim --standalone CycleDOM --exclude xstream --outfile dist/cycle-dom.js",
"minify": "node ../.scripts/minify.js dist/cycle-dom.js dist/cycle-dom.min.js"
}
}

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