Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noodl-types - npm Package Compare versions

Comparing version 1.0.187 to 1.0.188

14

package.json

@@ -13,3 +13,4 @@ {

"engines": {
"node": "14.x"
"node": ">=14",
"npm": ">=6"
},

@@ -34,3 +35,3 @@ "files": [

"prebuild": "rm -rf dist",
"build": "tsc",
"build": "tsc --project tsconfig.json",
"build:cjs": "tsc --outDir dist/cjs --project tsconfig.cjs.json",

@@ -41,11 +42,4 @@ "build:esm": "tsc --outDir dist --project tsconfig.json",

},
"typesVersions": {
"*": {
"index.d.ts": [
"./dist/index.d.ts"
]
}
},
"typings": "./dist/index.d.ts",
"version": "1.0.187"
"version": "1.0.188"
}
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