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

henrybuilt-js-library

Package Overview
Dependencies
Maintainers
5
Versions
443
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

henrybuilt-js-library - npm Package Compare versions

Comparing version 1.8.244 to 1.8.245

2

package.json
{
"name": "henrybuilt-js-library",
"version": "1.8.244",
"version": "1.8.245",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -131,8 +131,8 @@ var _ = require('lodash');

async get(arg1, arg2={}) {
return api.requestAction('get', arg1, arg2);
async get(arg1, arg2={}, options={}) {
return api.requestAction('get', arg1, arg2, options);
},
async create(arg1, arg2={}) {
return api.requestAction('create', arg1, arg2);
async create(arg1, arg2={}, options={}) {
return api.requestAction('create', arg1, arg2, options);
},

@@ -144,4 +144,4 @@

async destroy(arg1, arg2={}) {
return api.requestAction('destroy', arg1, arg2);
async destroy(arg1, arg2={}, options={}) {
return api.requestAction('destroy', arg1, arg2, options);
}

@@ -148,0 +148,0 @@ };

Sorry, the diff of this file is too big to display

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