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 1.0.0-rc.1 to 1.0.0-rc.2

lib/index.cjs.js

35

CHANGELOG.md

@@ -0,1 +1,36 @@

<a name="1.0.0-rc.2"></a>
# 1.0.0-rc.2 (2019-11-29)
### Features
* bundle package with rollup
<a name="1.0.0-rc.1-4"></a>
# 1.0.0-rc.1-4 (2019-11-13)
### Features
* add function `isFirefox`
<a name="1.0.0-rc.1-3"></a>
# 1.0.0-rc.1-3 (2019-11-05)
### Refactoring
* source moved and renamed (no functional changes)
<a name="1.0.0-rc.1-2"></a>
# 1.0.0-rc.1-2 (2019-09-21)
### Features
* add `isIPad()` function
<a name="1.0.0-rc.1-1"></a>
# 1.0.0-rc.1-1 (2019-09-01)
### Features
* improve `debounce` typing
<a name="1.0.0-rc.1"></a>

@@ -2,0 +37,0 @@ # 1.0.0-rc.1 (2019-08-30)

4

lib/index.d.ts

@@ -1,2 +0,2 @@

export * from './utils/deckdeckgo-utils';
export * from './utils/deckdeckgo-image-utils';
export * from './utils/utils';
export * from './utils/image-utils';

@@ -1,2 +0,2 @@

export * from './utils/deckdeckgo-utils';
export * from './utils/deckdeckgo-image-utils';
export * from './utils/utils';
export * from './utils/image-utils';
{
"name": "@deckdeckgo/utils",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"author": "David Dal Busco",

@@ -13,9 +13,15 @@ "description": "A collection of utils methods and functions developed for DeckDeckGo",

"devDependencies": {
"typescript": "^3.5.1"
"rimraf": "^3.0.0",
"rollup": "^1.27.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.10.0",
"typescript": "^3.7.2"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "tsc"
"build": "rimraf lib && rollup -c && tsc"
},

@@ -22,0 +28,0 @@ "files": [

@@ -17,3 +17,3 @@ # DeckDeckGo - Types

git clone https://github.com/deckgo/deckdeckgo
cd deckdeckgo/webcomponents/utils
cd deckdeckgo/utils/utils
npm install

@@ -20,0 +20,0 @@ npm run build

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