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

simple-nlp

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-nlp - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

index.d.ts

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

export * from "./types/src";
export * from "./src";

@@ -1,1 +0,9 @@

module.exports = require("./bundle/simple-nlp.production.min.js");
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./umd/main.production.min.js');
} else {
module.exports = require('./umd/main.development.js');
}

@@ -8,3 +8,3 @@ {

],
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/vleandersson/simple-nlp",

@@ -24,3 +24,2 @@ "license": "MIT",

"README.md",
"types/",
"index.js",

@@ -27,0 +26,0 @@ "index.d.ts",

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