Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

protein

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

protein - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

index.js

@@ -19,3 +19,9 @@ var clone = function(from, to) {

var protos = [];
var empty;
var inject = function(obj) {
if (empty === undefined) {
empty = !Object.keys(inject.proto).length;
}
if (empty) return;
var i = hash.indexOf(obj.__proto__);

@@ -22,0 +28,0 @@

2

package.json
{
"name":"protein",
"version":"0.4.0",
"version":"0.4.1",
"repository": "git://github.com/mafintosh/protein",

@@ -5,0 +5,0 @@ "description":"Protein is connect compatible middleware with support for prototype methods, getters, and setters",

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