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

herbx

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

herbx - npm Package Compare versions

Comparing version 1.2.22 to 1.3.0

4

lib/observer/dep.d.ts
import { Watcher } from './watcher';
/**
* A dep is an observable that can have multiple
* directives subscribing to it.
*/
export declare class Dep {

@@ -3,0 +7,0 @@ static target?: Watcher;

@@ -10,5 +10,13 @@ import { IObject } from 'herb-core-include';

constructor(value: IObject);
/**
* Walk through all properties and convert them into
* getter/setters. This method should only be called when
* value type is Object.
*/
walk(obj: IObject): void;
/**
* Observe a list of Array items.
*/
observeArray(items: any[]): void;
}
//# sourceMappingURL=reactive.d.ts.map

@@ -31,3 +31,9 @@ import { IFunction } from 'herb-core-include';

run(): void;
/**
* Depend on all deps collected by this watcher.
*/
depend(): void;
/**
* Remove self from all dependencies' subscriber list.
*/
teardown(): void;

@@ -34,0 +40,0 @@ }

6

package.json
{
"name": "herbx",
"version": "1.2.22",
"version": "1.3.0",
"main": "lib/index.js",

@@ -18,5 +18,5 @@ "files": [

"dependencies": {
"herb-core-include": "^1.1.2"
"herb-core-include": "^1.2.0"
},
"gitHead": "6d10229c7bfabc036cc47a18e6881327f79b3a35"
"gitHead": "9b7163c4c061e1453bf55b413696727a2bab7f8c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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