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

nlp-wordpos

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlp-wordpos - npm Package Compare versions

Comparing version 0.0.56 to 0.0.57

es6-shim.js

4

es6-fix.js

@@ -5,5 +5,5 @@ var fs = require('fs');

fs.readFile('./node_modules/es6-shim/es6-shim.js', 'utf8', function(err, contents) {
fs.readFile('./es6-shim.js', 'utf8', function(err, contents) {
contents = contents.replace(fix_pattern, '//' + fix_pattern);
fs.writeFile('./node_modules/es6-shim/es6-shim.js', contents, function(err) {
fs.writeFile('./es6-shim.js', contents, function(err) {
if(err) {

@@ -10,0 +10,0 @@ return console.log(err);

{
"name": "nlp-wordpos",
"version": "0.0.56",
"version": "0.0.57",
"description": "",

@@ -5,0 +5,0 @@ "main": "app.js",

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