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

nanocomponent

Package Overview
Dependencies
Maintainers
26
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanocomponent - npm Package Compare versions

Comparing version 6.5.1 to 7.0.0-beta1

.vscode/launch.json

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # nanocomponent Change Log

## 7.0.0-beta1 - 2018-03-02
- Update nanomorph@6.0.0-beta1.
- Store a real dom-node reference to the proxy node for nanomorph to use.
- This should fix leaky proxy nodes and improve failure modes.
## 6.5.1 - 2018-02-11

@@ -7,0 +12,0 @@ - Update nanotiming@7.2.0

1

index.js

@@ -108,2 +108,3 @@ var document = require('global/document')

}
proxy.realNode = this.element
return proxy

@@ -110,0 +111,0 @@ }

5

package.json
{
"name": "nanocomponent",
"version": "6.5.1",
"version": "7.0.0-beta1",
"description": "Native DOM components that pair nicely with DOM diffing algorithms",

@@ -14,2 +14,3 @@ "main": "index.js",

"test:browser": "browserify test/browser/index.js | tape-run | tap-format-spec",
"test:proxy": "browserify test/browser/proxy-leak.js | tape-run | tap-format-spec",
"test:lint": "standard *.js",

@@ -46,3 +47,3 @@ "start": "bankai start example"

"nanoassert": "^1.1.0",
"nanomorph": "^5.1.2",
"nanomorph": "^6.0.0-beta1",
"nanotiming": "^7.2.0",

@@ -49,0 +50,0 @@ "on-load": "^3.3.4"

@@ -409,2 +409,3 @@ # nanocomponent [![stability][0]][1]

- [hypermodules/cache-component](https://github.com/hypermodules/cache-component)
- [rafaelrinaldi/data-components](https://github.com/rafaelrinaldi/data-components)

@@ -411,0 +412,0 @@ ## License

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