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

props-model

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

props-model - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

6

dist/lib/props-model.js

@@ -318,2 +318,8 @@ "use strict";

return propNames.filter(propChecker).reduce((o, propName) => {
const prop = this._props[propName];
if (!prop) {
throw new Error(`No such property '${propName}'`);
}
o[propName] = this._props[propName].value;

@@ -320,0 +326,0 @@ return o;

2

package.json
{
"name": "props-model",
"version": "0.5.0",
"version": "0.5.1",
"description": "A model for properties including change events and derived properties",

@@ -5,0 +5,0 @@ "main": "dist/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