Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-types - npm Package Compare versions

Comparing version 1.0.71 to 1.0.72

4

dist/identify.js

@@ -190,3 +190,3 @@ "use strict";

emit: function (v) {
return u.isObj(v) && 'emit' in v;
return u.isObj(v) && 'actions' in v;
},

@@ -292,3 +292,3 @@ goto: function (v) {

emit: function (value) {
return u.isObj(value) && 'actions' in value;
return u.isObj(value) && 'emit' in value;
},

@@ -295,0 +295,0 @@ goto: function (value) {

{
"name": "noodl-types",
"version": "1.0.71",
"version": "1.0.72",
"description": "NOODL TypeScript Definitions",

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

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