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

@toddledev/core

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toddledev/core - npm Package Compare versions

Comparing version 0.0.2-alpha.2 to 0.0.2-alpha.3

4

dist/api/api.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sortApiEntries = exports.sortApiObjects = exports.createApiEvent = exports.isApiError = exports.requestHash = exports.getBaseUrl = exports.getRequestHeaders = exports.getRequestQueryParams = exports.getRequestPath = exports.applyAbortSignal = exports.getUrl = exports.createApiRequest = exports.isLegacyApi = exports.NON_BODY_RESPONSE_CODES = void 0;
const collections_1 = require("@toddle/core/src/utils/collections");
const util_1 = require("@toddle/core/src/utils/util");
const formula_1 = require("../formula/formula");
const collections_1 = require("../utils/collections");
const hash_1 = require("../utils/hash");
const util_1 = require("../utils/util");
const apiTypes_1 = require("./apiTypes");

@@ -9,0 +9,0 @@ const LegacyToddleApi_1 = require("./LegacyToddleApi");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const hash_1 = require("@toddle/core/src/utils/hash");
const hash_1 = require("./hash");
describe('hash', () => {

@@ -5,0 +5,0 @@ test('identical strings should lead to the same hash', () => {

{
"name": "@toddledev/core",
"version": "0.0.2-alpha.2",
"version": "0.0.2-alpha.3",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/toddledev/toddle",

Sorry, the diff of this file is not supported yet

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