Socket
Socket
Sign inDemoInstall

adlib

Package Overview
Dependencies
1
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.4 to 3.0.5

dist/adlib.esm.js

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## 3.0.5
### Fixed
- point package.module at rollup esm bundle
## 3.0.4

@@ -7,0 +11,0 @@ ### Changed

4

dist/adlib.js
/**
* adlib - v3.0.4 - Mon Dec 02 2019 11:41:55 GMT-0800 (Pacific Standard Time)
* Copyright (c) 2017-2019 Dave Bouwman / Esri
* adlib - v3.0.4 - Mon May 04 2020 13:40:38 GMT-0700 (Pacific Daylight Time)
* Copyright (c) 2017-2020 Dave Bouwman / Esri
* Apache-2.0

@@ -5,0 +5,0 @@ */

/**
* adlib - v3.0.4 - Mon Dec 02 2019 11:41:53 GMT-0800 (Pacific Standard Time)
* Copyright (c) 2017-2019 Dave Bouwman / Esri
* adlib - v3.0.4 - Mon May 04 2020 13:40:36 GMT-0700 (Pacific Daylight Time)
* Copyright (c) 2017-2020 Dave Bouwman / Esri
* Apache-2.0

@@ -5,0 +5,0 @@ */

{
"name": "adlib",
"version": "3.0.4",
"version": "3.0.5",
"description": "Templating for deep JSON object graphs",
"main": "dist/adlib.js",
"module": "lib/index.js",
"module": "dist/adlib.esm.js",
"unpkg": "dist/adlib.umd.js",

@@ -17,3 +17,3 @@ "files": [

"build": "rollup -c profiles/dev.js",
"build:release": "rollup -c profiles/umd.js && rollup -c profiles/prod.js && rollup -c profiles/dev.js",
"build:release": "rollup -c profiles/umd.js && rollup -c profiles/umd.js && rollup -c profiles/prod.js && rollup -c profiles/dev.js",
"test": "node test/duct.js",

@@ -20,0 +20,0 @@ "test:compiled": "mocha test/*.spec.js",

@@ -404,6 +404,6 @@ # adlib

```
git add .
git add CHANGELOG.md
yarn test && yarn run build:release
npm version -f [ major | minor | patch ]
git push --tags
yarn run build:release
git push origin master --tags
npm publish

@@ -410,0 +410,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc