Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dynrl/data-slammer

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynrl/data-slammer - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

lib/index.d.ts
import { DataSlammerOptions, DataSlammerResponse, DataSlammerRequest, Result } from './models';
export * from './models';
/**

@@ -3,0 +4,0 @@ * Uses a google custom search api, to grab data for electronic parts.

@@ -10,2 +10,5 @@ "use strict";

};
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });

@@ -16,2 +19,3 @@ const axios = require("axios");

const models_1 = require("./models");
__export(require("./models"));
/**

@@ -18,0 +22,0 @@ * Uses a google custom search api, to grab data for electronic parts.

2

package.json
{
"name": "@dynrl/data-slammer",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

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