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

ag-timemachine

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ag-timemachine - npm Package Compare versions

Comparing version 1.0.66 to 1.0.67

8

index.js

@@ -76,3 +76,9 @@ "use strict";

if (temp === null || temp === void 0 ? void 0 : temp[key]) {
console.log(key, temp[key], ret[key], AgDiff_1.AgDiff.diff(temp[key], ret[key]));
console.log();
console.log();
console.log();
console.log(key);
console.log(JSON.stringify(temp[key], null, 2));
console.log(JSON.stringify(ret[key], null, 2));
console.log(JSON.stringify(AgDiff_1.AgDiff.diff(temp[key], ret[key]), null, 2));
break;

@@ -79,0 +85,0 @@ }

2

package.json
{
"name": "ag-timemachine",
"version": "1.0.66",
"version": "1.0.67",
"description": "",

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

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