New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contentful/app-scripts

Package Overview
Dependencies
Maintainers
119
Versions
515
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/app-scripts - npm Package Compare versions

Comparing version 0.16.0-alpha.2 to 0.16.0-alpha.3

7

package.json
{
"name": "@contentful/app-scripts",
"version": "0.16.0-alpha.2",
"version": "0.16.0-alpha.3",
"description": "A collection of scripts for building Contentful Apps",

@@ -32,4 +32,3 @@ "author": "Contentful GmbH",

"test:watch": "npm t -- --watch",
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
"pre-commit": "lint-staged"
},

@@ -65,3 +64,3 @@ "bugs": {

},
"gitHead": "a66c3394d79d19a999d6509ec967b8b85eca41cc"
"gitHead": "fb5a4faf89f78af13da791f60f549a27d416359a"
}

@@ -10,3 +10,3 @@ # `@contentful/app-scripts`

```shell
npm i --save @contentful/app-scripts
npm i @contentful/app-scripts
```

@@ -32,3 +32,3 @@

```
$ npx --no-install @contentful/app-scripts create-app-definition
$ npx @contentful/app-scripts create-app-definition
```

@@ -39,4 +39,2 @@

```javascript
// my-script.js
const { createAppDefinition } = require('@contentful/app-scripts')

@@ -43,0 +41,0 @@ const { myCustomLogic } = require('./my-custom-logic')

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