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

launchdarkly-js-sdk-common

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

launchdarkly-js-sdk-common - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

.circleci/config.yml

4

CHANGELOG.md

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

## [4.0.1] - 2022-01-21
### Changed:
- This package is now published as a regular Node module. Previously, it was published as minified bundles created by Rollup. There was no need for this since Rollup is only needed for web code, and the `js-client-sdk` build already runs Rollup to embed the `js-sdk-common` code. Using Rollup caused the platform-dependent behavior of `uuid` to fail because the code for only one platform (browser or Node) was embedded.
## [4.0.0] - 2022-01-14

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

32

package.json
{
"name": "launchdarkly-js-sdk-common",
"version": "4.0.0",
"version": "4.0.1",
"description": "LaunchDarkly SDK for JavaScript - common code",
"author": "LaunchDarkly <team@launchdarkly.com>",
"license": "Apache-2.0",
"files": [
"ldclient-common.cjs.js",
"ldclient-common.cjs.js.map",
"ldclient-common.es.js",
"ldclient-common.es.js.map",
"ldclient-common.min.js",
"ldclient-common.min.js.map",
"typings.d.ts"
],
"types": "./typings.d.ts",
"main": "dist/ldclient-common.cjs.js",
"module": "dist/ldclient-common.es.js",
"unpkg": "dist/ldclient-common.min.js",
"jsdelivr": "dist/ldclient-common.min.js",
"main": "src/index.js",
"scripts": {

@@ -30,10 +18,4 @@ "lint": "eslint --format 'node_modules/eslint-formatter-pretty' --ignore-path .eslintignore",

"format:test:js": "prettier --ignore-path .prettierignore --list-different 'src/**/*.js'",
"build": "cross-env NODE_ENV=development rollup -c rollup.config.js",
"build:min": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"test": "cross-env NODE_ENV=test jest",
"test:junit": "cross-env NODE_ENV=test jest --testResultsProcessor jest-junit",
"check-typescript": "node_modules/typescript/bin/tsc",
"clean": "rimraf dist/**",
"prepublishOnly": "npm run build:min",
"prepare": "npm run build"
"check-typescript": "node_modules/typescript/bin/tsc"
},

@@ -47,3 +29,2 @@ "devDependencies": {

"@babel/runtime": "7.6.3",
"@rollup/plugin-node-resolve": "^6.0.0",
"@rollup/plugin-replace": "^2.2.0",

@@ -64,9 +45,2 @@ "babel-eslint": "^10.1.0",

"readline-sync": "^1.4.9",
"rimraf": "^2.6.2",
"rollup": "^1.26.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-filesize": "^6.2.1",
"rollup-plugin-terser": "5.2.0",
"rollup-plugin-uglify": "6.0.4",
"semver": "^5.5.0",

@@ -73,0 +47,0 @@ "semver-compare": "^1.0.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