Socket
Socket
Sign inDemoInstall

@opendesign/octopus-common

Package Overview
Dependencies
Maintainers
15
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opendesign/octopus-common - npm Package Compare versions

Comparing version 3.0.0-experimental-npmjs-ci-f9230559 to 3.0.0-experimental-publish-npm-28c6e390

dist/postprocessors/normalize-text/index.d.ts

2

dist/utils/common.d.ts

@@ -1,2 +0,2 @@

import type { GetPromiseValue } from './utility-types';
import type { GetPromiseValue } from '../utility-types';
export declare function JSONFromTypedArray(typedArray: Uint8Array): unknown;

@@ -3,0 +3,0 @@ export declare function deepInspect(value: unknown): string;

{
"name": "@opendesign/octopus-common",
"version": "3.0.0-experimental-npmjs-ci-f9230559",
"version": "3.0.0-experimental-publish-npm-28c6e390",
"description": "General utility functions for Octopus 3 common cases.",
"license": "Apache-2.0",
"main": "dist/index.js",
"scripts": {

@@ -14,3 +13,4 @@ "build": "tsc --build ./tsconfig.json",

"test": "yarn jest",
"types:check": "tsc --noEmit"
"types:check": "tsc --noEmit",
"release:experimental": "yarn publish --tag experimental"
},

@@ -32,3 +32,3 @@ "dependencies": {

"ts-node": "10.4.0",
"typescript": "4.6.4"
"typescript": "4.7.4"
},

@@ -35,0 +35,0 @@ "files": [

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