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

jiggler

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jiggler - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

5

lib/index.js

@@ -1,3 +0,2 @@

var _ = require('underscore')
, __ = require('lodash')
var _ = require('lodash')
, async = require('async');

@@ -41,3 +40,3 @@

// Only add base fields if they are not in the extended template
var isInExtended = __.find(fields, function(extendedField) {
var isInExtended = _.find(fields, function(extendedField) {
return extendedField.name === field.name;

@@ -44,0 +43,0 @@ });

2

package.json

@@ -5,3 +5,3 @@ {

"description": "jiggler provides a simple and flexible interface for defining representations for your JavaScript objects.",
"version": "0.0.8",
"version": "0.0.9",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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