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

@apigames/json

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/json - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

0

lib/index.d.ts
export { append, areEqual, clone, extractAndRedact, hasProperty, isArray, isBoolean, isDate, isEmpty, isError, isNumber, isObject, isRegExp, isString, isDefined, isUndefined, stringify, } from './utils';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare function isArray(value: any): boolean;

@@ -0,0 +0,0 @@ "use strict";

7

package.json

@@ -6,7 +6,8 @@ {

"license": "MIT",
"version": "1.0.34",
"version": "1.0.35",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "rmdir /s /q lib & tsc & jest --config build.jest.config.js",
"ms:build": "rmdir /s /q lib & tsc & jest --config build.jest.config.js",
"mac:build": "rm -rf lib;tsc;jest --config build.jest.config.js",
"test:coverage": "jest --coverage",

@@ -22,3 +23,3 @@ "test:watch": "jest --watch"

"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^3.10.1",

@@ -25,0 +26,0 @@ "@typescript-eslint/parser": "^3.10.1",

@@ -0,0 +0,0 @@ API Games JSON Utilities

Sorry, the diff of this file is not supported yet

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