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

contentful-sdk-core

Package Overview
Dependencies
Maintainers
5
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-sdk-core - npm Package Compare versions

Comparing version 3.5.7 to 3.5.8

42

package.json
{
"name": "contentful-sdk-core",
"version": "3.5.7",
"version": "3.5.8",
"description": "Core modules for the Contentful JS SDKs",

@@ -20,3 +20,7 @@ "homepage": "https://www.contentful.com/developers/docs/javascript/",

"build:es-modules": "BABEL_ENV=es-modules babel lib -d dist/es-modules",
"lint": "eslint lib test",
"pretest": "npm run lint",
"test": "npm run test:cover",
"test:ci": "npm run test:cover",
"test:ci-emulate": "trevor",
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",

@@ -27,5 +31,5 @@ "test:only": "BABEL_ENV=test babel-node ./test/runner",

"prepublish": "in-publish && npm run build || not-in-publish",
"pretest": "standard lib/*.js",
"test": "npm run test:cover",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"precommit": "npm run lint",
"prepush": "npm run test:only"
},

@@ -50,15 +54,18 @@ "files": [

"babel-core": "^6.23.1",
"babel-eslint": "^5.0.0-beta8",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-rewire": "^1.0.0-rc-3",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.4.3",
"blue-tape": "^0.2.0",
"blue-tape": "^1.0.0",
"coveralls": "^2.11.6",
"cz-conventional-changelog": "^1.1.5",
"ghooks": "^1.3.2",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.16.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-standard": "^2.0.1",
"husky": "^0.13.1",
"in-publish": "^2.0.0",

@@ -70,8 +77,7 @@ "istanbul": "^1.0.0-alpha.2",

"rimraf": "^2.5.1",
"semantic-release": "^4.3.5",
"sinon": "^2.0.0-pre",
"standard": "^5.4.1"
"semantic-release": "^6.3.2",
"sinon": "^2.0.0-pre"
},
"standard": {
"parser": "babel-eslint"
"peerDependencies": {
"trevor": "^2.2.0"
},

@@ -81,7 +87,7 @@ "config": {

"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run test:only"
}
},
"publishConfig": {
"tag": "alpha"
}
}

@@ -24,3 +24,3 @@ # contentful-sdk-core

* Make sure you use at least Node 4
* Make sure you use at least Node 4.7

@@ -72,3 +72,3 @@ ## Installation

```
npm run test:ci
npm run test:ci-emulate
```

@@ -75,0 +75,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