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

ndla-article-scripts

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ndla-article-scripts - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

10

package.json
{
"name": "ndla-article-scripts",
"version": "0.0.9",
"version": "0.0.10",
"description": "A collection of functions for making article content responsive (and interactive)",

@@ -11,4 +11,4 @@ "license": "GPL-3.0",

"build": "npm run build:commonjs && npm run build:es",
"build:commonjs": "$(cd ..; npm bin)/cross-env BABEL_ENV=commonjs $(cd ..; npm bin)/babel src --out-dir lib --ignore __tests__",
"build:es": "$(cd ..; npm bin)/cross-env BABEL_ENV=es $(cd ..; npm bin)/babel src --out-dir es --ignore __tests__",
"build:commonjs": "$(cd ..; npm bin)/cross-env BABEL_ENV=commonjs $(cd ..; npm bin)/babel src --quiet --out-dir lib --ignore __tests__",
"build:es": "$(cd ..; npm bin)/cross-env BABEL_ENV=es $(cd ..; npm bin)/babel src --quiet --out-dir es --ignore __tests__",
"clean": "$(cd ..; npm bin)/rimraf lib es",

@@ -31,7 +31,7 @@ "test": "$(cd ..; npm bin)/jest",

"peerDependencies": {
"ndla-util": "^0.1.6"
"ndla-util": "^0.1.7"
},
"devDependencies": {
"ndla-util": "^0.1.6"
"ndla-util": "^0.1.7"
}
}
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