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

@thi.ng/atom

Package Overview
Dependencies
Maintainers
1
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/atom - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.1.1"></a>
## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.1.0...@thi.ng/atom@0.1.1) (2018-01-29)
### Bug Fixes
* **atom:** cursor IWatch impls (replace stubs) ([cca801b](https://github.com/thi-ng/umbrella/commit/cca801b))
<a name="0.1.0"></a>

@@ -8,0 +19,0 @@ # 0.1.0 (2018-01-29)

4

cursor.js

@@ -45,6 +45,6 @@ "use strict";

removeWatch(id) {
throw new Error("Method not implemented.");
return this.local.removeWatch(id);
}
notifyWatches(oldState, newState) {
throw new Error("Method not implemented.");
return this.local.notifyWatches(oldState, newState);
}

@@ -51,0 +51,0 @@ }

{
"name": "@thi.ng/atom",
"version": "0.1.0",
"version": "0.1.1",
"description": "Mutable wrapper for a immutable values",

@@ -5,0 +5,0 @@ "main": "./index.js",

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