Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dynamic-config-store

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamic-config-store - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.d.ts

12

package.json
{
"name": "dynamic-config-store",
"version": "1.0.2",
"version": "1.0.3",
"description": "Simple configuration utility for deployments and libraries",

@@ -23,8 +23,9 @@ "keywords": [

],
"main": "dist/dynamic-config-store.umd.js",
"module": "dist/dynamic-config-store.es5.js",
"typings": "dist/types/dynamic-config-store.d.ts",
"main": "dist/index.umd.js",
"module": "dist/index.es5.js",
"typings": "dist/index.d.ts",
"scripts": {
"clean": "rimraf dist",
"build": "tsc --module commonjs && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme minimal --mode file src",
"prepublish": "npm run build",
"prepublish": "npm run clean && npm run build",
"test": "jest"

@@ -55,2 +56,3 @@ },

"jest": "^23.6.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.10.4",

@@ -57,0 +59,0 @@ "typedoc": "^0.13.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