Socket
Socket
Sign inDemoInstall

@deckdeckgo/utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deckdeckgo/utils - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

CHANGELOG.md

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

# 2.0.1 (2021-05-24)
### Fix
- main entry
# 2.0.0 (2021-05-15)

@@ -2,0 +8,0 @@

6

package.json
{
"name": "@deckdeckgo/utils",
"version": "2.0.0",
"version": "2.0.1",
"author": "David Dal Busco",

@@ -21,3 +21,3 @@ "description": "A collection of utils methods and functions developed for DeckDeckGo",

},
"main": "lib/index.cjs.js",
"main": "lib/index.js",
"module": "lib/index.js",

@@ -28,3 +28,3 @@ "types": "lib/index.d.ts",

"ts-declaration": " tsc --emitDeclarationOnly --outDir lib",
"build": "rimraf lib && rimraf css && node ./esbuild.js && npm run ts-declaration"
"build": "rimraf lib && node ./esbuild.js && npm run ts-declaration"
},

@@ -31,0 +31,0 @@ "files": [

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