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

alkali

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alkali - npm Package Compare versions

Comparing version 0.20.13 to 0.20.14

8

index.d.ts

@@ -920,5 +920,8 @@ declare namespace alkali {

export class DeletedEvent extends UpdateEvent {}
export class ContextualPromise<T> extends Promise<T> {
constructor(executor: Function)
}
}
declare module 'alkali' {
export = alkali
export = alkali
}

@@ -930,4 +933,1 @@

export class ContextualPromise<T> extends Promise<T> {
constructor(executor: Function)
}
{
"name": "alkali",
"author": "Kris Zyp",
"version": "0.20.13",
"version": "0.20.14",
"description": "Reactivity with native JavaScript objects and HTML elements",

@@ -31,3 +31,3 @@ "license": "BSD-3-Clause",

"devDependencies": {
"bluebird": "^3.3.3",
"bluebird": "^3.5.3",
"dojo": "^1.10.2",

@@ -34,0 +34,0 @@ "dojo-dstore": "^1.1.1",

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