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

@pluralsight/ps-design-system-util

Package Overview
Dependencies
Maintainers
3
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pluralsight/ps-design-system-util - npm Package Compare versions

Comparing version 9.0.0 to 9.0.1

11

CHANGELOG.md

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

## [9.0.1](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-util@9.0.0...@pluralsight/ps-design-system-util@9.0.1) (2021-04-15)
### Bug Fixes
* **util:** properly order the conditional exports in package ([aca2b46](https://github.com/pluralsight/design-system/commit/aca2b4675a9faf49047dd883b17e832a5c054f1e))
# [9.0.0](https://github.com/pluralsight/design-system/compare/@pluralsight/ps-design-system-util@8.0.0...@pluralsight/ps-design-system-util@9.0.0) (2021-04-14)

@@ -8,0 +19,0 @@

20

package.json
{
"name": "@pluralsight/ps-design-system-util",
"version": "9.0.0",
"version": "9.0.1",
"description": "Runtime dependencies for utilitarian tasks. Analogous to a lodash.",

@@ -13,2 +13,3 @@ "license": "Apache-2.0",

"build": "run-s build:esm build:cjs",
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --target es5 --outDir dist/cjs",
"build:esm": "run-s compile:esm rewrite:esm",

@@ -20,5 +21,10 @@ "build:watch": "yarn build:esm --watch",

"test": "tsc --noEmit --project ./tsconfig.json && jest",
"test:watch": "yarn test --watch",
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --target es5 --outDir dist/cjs"
"test:watch": "yarn test --watch"
},
"exports": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"node": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
},
"sideEffects": false,

@@ -36,9 +42,3 @@ "types": "dist/esm/index.d.ts",

},
"exports": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"node": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
},
"gitHead": "9b59b29615268c7a32bd254e41a21b7475506abd"
"gitHead": "6b786e0cdc76c25ef1a204c5cb43c06ddc19feaa"
}
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