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

@sitecore-jss/sitecore-pipelines

Package Overview
Dependencies
Maintainers
4
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sitecore-jss/sitecore-pipelines - npm Package Compare versions

Comparing version 9.0.5 to 10.0.0-preview.1

.nycrc

15

package.json
{
"name": "@sitecore-jss/sitecore-pipelines",
"version": "9.0.5",
"version": "10.0.0-preview.1",
"description": "Sitecore Pipelines in JavaScript.",
"main": "dist/index.js",
"scripts": {
"build": "yarn clean && tsc",
"build": "npm run clean && tsc",
"clean": "del-cli dist types",
"lint": "tslint -p . -c ../../tslint.json 'src/**/*.ts'",
"test": "mocha --require ts-node/register \"./src/**/*.test.ts\"",
"prepublishOnly": "yarn build",
"runner": "npm run build && node ./dist/runner"
"prepublishOnly": "npm run build",
"runner": "npm run build && node ./dist/runner",
"coverage": "nyc --require ts-node/register npm test"
},
"engines": {
"node": ">=8.1"
},
"author": {

@@ -39,3 +43,4 @@ "name": "Sitecore Corporation",

},
"types": "types/index.d.ts"
"types": "types/index.d.ts",
"gitHead": "dead320dec4c4c5444972a89aee2b86dd83f93d3"
}
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