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

section-iterator

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

section-iterator - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

dist/index.js

32

package.json
{
"name": "section-iterator",
"version": "1.1.0",
"version": "2.0.0",
"description": "Simple iterator for flat and multi section lists",
"main": "dist/sectionIterator.js",
"main": "dist/index.js",
"repository": {

@@ -12,14 +12,24 @@ "type": "git",

"scripts": {
"lint": "eslint src",
"test": "mocha --opts mocha.opts",
"dist": "rm -rf dist && mkdir dist && babel src/sectionIterator.js --out-file dist/sectionIterator.js",
"ci-build": "npm run lint && npm test && npm run dist"
"lint": "eslint index.js index.test.js",
"test": "mocha index.test.js --compilers js:babel-register",
"dist": "rm -rf dist && mkdir dist && babel index.js --out-file dist/index.js",
"prebuild": "npm run lint && npm test",
"build": "npm run dist",
"postversion": "git push && git push --tags",
"prepublish": "npm run dist"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-eslint": "^4.0.7",
"chai": "^3.2.0",
"eslint": "^1.1.0",
"mocha": "^2.2.5"
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"eslint": "^2.8.0",
"mocha": "^2.4.5"
},
"files": [
"dist"
],
"keywords": [

@@ -26,0 +36,0 @@ "iterator",

Sorry, the diff of this file is not supported yet

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