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

objob

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

objob - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

8

lib/objob.js
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _uniques = require('uniques');

@@ -273,2 +269,4 @@

exports.default = ob;
if (typeof module !== 'undefined') {
module.exports = ob;
}
{
"name": "objob",
"version": "1.1.0",
"version": "1.1.1",
"description": "A tool for controlling and manipulating javascript object fields and output.",

@@ -5,0 +5,0 @@ "main": "lib/objob.js",

@@ -132,2 +132,4 @@ 'use strict';

export default ob;
if (typeof module !== 'undefined') {
module.exports = ob;
}
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