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

@configdn/configdn-js

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@configdn/configdn-js - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

package.json
{
"name": "@configdn/configdn-js",
"version": "0.1.0",
"version": "0.1.1",
"description": "ConfigDN JS Client",
"main": "dist.browser/index.js",
"types": "dist.browser/index.d.ts",
"main": "dist.browser/src/index.js",
"types": "dist.browser/src/index.d.ts",
"scripts": {

@@ -13,4 +13,4 @@ "build": "tsc -p tsconfig.json",

"browser": {
"./dist/src/index.js": "./dist.browser/index.js",
"./dist/src/index.d.ts": "./dist.browser/index.d.ts"
"./dist/src/index.js": "./dist.browser/src/index.js",
"./dist/src/index.d.ts": "./dist.browser/src/index.d.ts"
},

@@ -17,0 +17,0 @@

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