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

firemodel

Package Overview
Dependencies
Maintainers
2
Versions
381
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firemodel - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

lib/record.js

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

return __awaiter(this, void 0, void 0, function* () {
if (this._pushKeys.indexOf(property) !== -1) {
if (this.META.pushKeys.indexOf(property) === -1) {
throw new Error(`Invalid Operation: you can not push to property "${property}" as it has not been declared a pushKey property in the schema`);

@@ -96,0 +96,0 @@ }

{
"name": "firemodel",
"version": "0.9.2",
"version": "0.9.3",
"description": "firemodel",

@@ -5,0 +5,0 @@ "license": "MIT",

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