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

bem-promised-models

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bem-promised-models - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

6

blocks/promised-models/__model/promised-models__model.js

@@ -49,4 +49,4 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

unset: function () {
this.set(this._callOrGetDefault());
this._isSet = false;
this.value = this._callOrGetDefault();
},

@@ -118,3 +118,5 @@

set: function (value) {
if (!this.isEqual(value)) {
if (value === null) {
this.unset();
} else if (!this.isEqual(value)) {
this.value = this.parse(value);

@@ -121,0 +123,0 @@ this._isSet = true;

{
"description": "BEM wrapper for promised-models",
"name": "bem-promised-models",
"version": "0.0.17",
"version": "0.0.18",
"repository": "git@github.com:delfrrr/bem-promised-models.git",

@@ -26,3 +26,3 @@ "keywords": [

"scripts": {
"prepublish": "node lib/browserify.js",
"prepublish": "npm install promised-models ; node lib/browserify.js",
"test": "./test.sh",

@@ -32,3 +32,3 @@ "start": "node test.app/app/app.server.js --socket 3000"

"dependencies": {
"promised-models": "0.0.15"
"promised-models": "0.0.16"
},

@@ -35,0 +35,0 @@ "devDependencies": {

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