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

cognitive-js

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cognitive-js - npm Package Compare versions

Comparing version 1.1.0 to 2.0.0

__test__/base.test.ts

21

package.json
{
"name": "cognitive-js",
"version": "1.1.0",
"version": "2.0.0",
"description": "",

@@ -10,3 +10,5 @@ "main": "index.js",

"scripts": {
"build": "tsc -p .",
"test": "jest",
"test:debug": "jest --runInBand",
"lint": "standard ./lib",

@@ -21,14 +23,13 @@ "lint:fix": "standard --fix ./lib",

},
"type": "module",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@types/jest": "^29.2.1",
"@types/lodash": "^4.14.187",
"babel-jest": "^29.1.2",
"jest": "^29.1.2",
"standard": "^17.0.0"
},
"jest": {
"transform": {
"^.+\\.[t|j]sx?$": "babel-jest"
}
"jest": "^29.2.2",
"standard": "^17.0.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
}
}

@@ -1,3 +0,3 @@

# cognitive-js
# cognitive-ts
Data structure utilities
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