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

@itinari/lib-utils

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itinari/lib-utils - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/cjs/difference.js

15

package.json
{
"name": "@itinari/lib-utils",
"version": "1.0.0",
"version": "1.1.0",
"description": "itinari utils library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/typings/index.d.ts",
"sideEffects": false,
"scripts": {

@@ -11,3 +13,5 @@ "test:lint": "eslint 'src/**/*.ts'",

"clean": "rm -rf dist",
"build": "tsc --pretty",
"build:cjs": "tsc --pretty --outDir dist/cjs --target es5 --module commonjs",
"build:esm": "tsc --pretty --outDir dist/esm --module esnext --declaration --declarationDir dist/typings",
"build": "npm run build:cjs && npm run build:esm",
"prepublishOnly": "npm run clean && npm run test:lint && npm run build"

@@ -37,3 +41,6 @@ },

"typescript-eslint-parser": "^20.0.0"
},
"peerDependencies": {
"tslib": "^1.9.3"
}
}
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