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

@kiwi-lib/utils

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kiwi-lib/utils - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/types/function.d.ts

2

lib/index.d.ts

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

export * from './hello-world';
export * from './types';

@@ -13,3 +13,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./hello-world"), exports);
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@kiwi-lib/utils",
"version": "0.0.1",
"version": "0.0.2",
"main": "src/index.ts",

@@ -9,2 +9,3 @@ "types": "src/index.ts",

"scripts": {
"lint": "eslint \"{{src}/**/*.ts,**.js}\" --fix",
"test": "jest --forceExit",

@@ -11,0 +12,0 @@ "test:watch": "jest --watch",

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

export * from './hello-world';
export * from './types';

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