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

@dtrussia/redux-dthub-api

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dtrussia/redux-dthub-api - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

dist/actions/places.js

@@ -23,3 +23,3 @@ 'use strict';

function loadSucceeded(response) {
var timestamp = new Date();
var timestamp = new Date().getTime();

@@ -26,0 +26,0 @@ return _extends({

@@ -23,3 +23,3 @@ 'use strict';

function loadSucceeded(response) {
var timestamp = new Date();
var timestamp = new Date().getTime();

@@ -26,0 +26,0 @@ return _extends({

{
"name": "@dtrussia/redux-dthub-api",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

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

@@ -13,3 +13,3 @@ import { DTHub } from '../config/sources';

function loadSucceeded(response) {
const timestamp = new Date();
const timestamp = new Date().getTime();

@@ -16,0 +16,0 @@ return {

@@ -13,3 +13,3 @@ import { DTHub } from '../config/sources';

function loadSucceeded(response) {
const timestamp = new Date();
const timestamp = new Date().getTime();

@@ -16,0 +16,0 @@ return {

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