Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
241
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.41 to 1.0.42

1

dist/identify.d.ts

@@ -130,2 +130,3 @@ import { StyleObject } from './styleTypes';

map(value: unknown): value is T.MapComponentObject;
page(value: unknown): value is T.PageComponentObject;
plugin(value: unknown): value is T.PluginComponentObject;

@@ -132,0 +133,0 @@ pluginHead(value: unknown): value is T.PluginHeadComponentObject;

@@ -125,2 +125,5 @@ "use strict";

},
page: function (value) {
return u.isObj(value) && value.type === 'page';
},
plugin: function (value) {

@@ -127,0 +130,0 @@ return u.isObj(value) && value.type === 'plugin';

2

package.json
{
"name": "noodl-types",
"version": "1.0.41",
"version": "1.0.42",
"description": "NOODL TypeScript Definitions",

@@ -5,0 +5,0 @@ "author": "Christopher Tran <christopher@aitmed.com>",

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